home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 6 / 500 MB nyheder direkte fra internet CD 6.iso / start / install / cubic14 / mdzfile.nfo < prev   
Text File  |  1995-07-08  |  4KB  |  119 lines

  1.                           MDZ Information File v1
  2.                         ===========================
  3.  
  4. General:
  5. ========
  6.  
  7.   MDZ-files are files that describe modules. They give the reader some
  8.   general information about one or several modules and enables him to
  9.   find the module he just wants to listen to quickly. They are meant to
  10.   be spread along with modules (in archives, on cds), so everyone can easily
  11.   find out who has made this piece of music or what style it is.
  12.   The MDZ-format was designed to be accessible from every module related
  13.   program, it is explicitly not limited to Cubic Player (see below for
  14.   a description of the format).
  15.   I'd like to encourage you to use these files in your own productions
  16.   (modules as well as players or trackers).
  17.  
  18.  
  19. Format:
  20. =======
  21.  
  22.   The MDZ-file is a standard ibm ascii file. Every MDZ-file has to
  23.   start with the text "MODINFO1" (1 is the version number). The files
  24.   currently may not be bigger than 64k.
  25.   Then there may be one data field per line. Currently defined fields
  26.   are:
  27.  
  28.     MODULE    xxxx         the filename of the module
  29.     SIZE      xxxx         the filesize of the module
  30.  
  31.                         MODULE and SIZE are used for indentifying
  32.                         the module! Together they start a new module block.
  33.                         All other information on this module must be below.
  34.  
  35.     TYPE      xxxx        the type of the module (4 characters max)
  36.     FDATE     dd.mm.yyyy  file date
  37.     TITLE     xxxx        title of the module
  38.     COMPOSER  xxxx        composer
  39.     CDATE     dd.mm.yyyy  date when the module was finished
  40.     STYLE     xxxx        style
  41.     PLAYTIME  mmm:ss      playtime
  42.     COMMENT   xxxx        comment for this module
  43.     ;         xxxx        comment (ignore this line)
  44.  
  45.   Other lines will be ignored.
  46.   Valid and planned types are:
  47.     MOD      standard module (all types)
  48.     MODd     standard module with DMP-like panning
  49.     MODt     standard module where command Fxx is always tempo
  50.     M15      15 instruments module without a signature
  51.     M15t     15 instruments module, Fxx is tempo
  52.     MID      Midi file
  53.     MIDd     Midi file, channel 16 is a drum channel
  54.     XM       FastTracker II module
  55.     STM      ScreamTracker 2 Module
  56.     S3M      ScreamTracker 3 Module
  57.     PTM      PolyTracker module
  58.     MTM      MultiTracker module
  59.     669      Composer 669 module (also extended 669)
  60.     DMF      X-Tracker module
  61.     OKT      Oktalyser module
  62.     AMF      DMP's internal format
  63.     MDL      Digitracker module
  64.     AMS      Extreme's tracker module
  65.     MED      MED module
  66.     PSMa     Protracker Studio 16 (PSM■)
  67.     PSMb     Protracker Studio 16 newer version
  68.     ULT      UltraTracker module
  69.     FAR      Farandole module
  70.     WOW      Mod's Grave module
  71.     CDA      CD-Audio track (size is some kind of checksum on all tracks)
  72.  
  73.   If you have further questions, suggestions, ideas or comments to
  74.   the MDZ-format please contact us.
  75.  
  76.  
  77. Example:
  78. ========
  79.  
  80. -------------------[schnibbel]-------------------------
  81. MODINFO1
  82.  
  83. MODULE REFLECTR.XM
  84. SIZE 740554
  85.   TYPE XM
  86.   TITLE Reflecter
  87.   CHANNELS 12
  88.   PLAYTIME 3:34
  89.   CDATE 0.0.1994
  90.   COMPOSER Zodiak / Cascada
  91.   COMMENT The Party 4 - 32 Channel Compo ( 1)
  92. -------------------[schnabbel]-------------------------
  93.  
  94.  
  95. Cubic Player and MDZ-files:
  96. ===========================
  97.  
  98.    With Cubic Player you can load, edit and save MDZ-files.
  99.    Cubic Player automatically reads all MDZ-files it finds, that are not
  100.    bigger than 64k, and even ZIP packed MDZ files with a maximum size of 1k,
  101.    and converts them into an internal format. To edit the information
  102.    in the fileselector you must press shift-tab, select the field you want
  103.    to edit, press return, edit the field, press return again and then
  104.    shift-tab. To save the information of one module press alt-w and cp
  105.    will write it to a with the same name, but with the extension .MDZ.
  106.    You can also write a MDZ file of many modules: put the modules in the
  107.    playlist, press tab to go to the playlist, press alt-a and enter
  108.    the filename of the new MDZ file. (pressing alt-a in the directory will
  109.    make a MDZ file of all modules in the current directory)
  110.  
  111.  
  112. Software that uses this format:
  113. ===============================
  114.   hmm, not much at the moment... :)
  115.  
  116.   -Cubic Player 1.4
  117.  
  118.                                                Niklas Beisert / pascal
  119.